* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Din Pro';
  src: url('../font/DINPro-Regular.otf');
}
@font-face {
  font-family: 'Din Pro Bold';
  src: url('../font/DINPro-Bold.otf');
}
@font-face {
  font-family: 'Psaci';
  src: url('../font/MrDeHaviland-Regular.ttf');
}
html {
  scroll-behavior: smooth !important;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: gray;
  cursor: pointer;
}
a.button {
  color: white;
  padding: 14px 25px;
  text-align: center;
  background-color: #555555;
  display: block;
  margin: 0 auto;
  width: 80px;
}
a.button:hover, a.button:active {
  background-color: #000;
}
body {
  margin: 0px;
  font-family: Tahoma, Geneva, sans-serif;
}
ul {
  list-style-type: none;
}
h2, h3 {
font-weight: bold;
font-family: 'Din Pro Bold', 'Din Pro Bold', sans-serif;
text-align: center;
}
h2 { 
  padding-top: 15px;
  margin-bottom: 15px;
  font-size: 35px;
}
h3 {
  font-size: 24px;
  line-height: 50px;
}
p {
  padding-bottom: 10px;
}
#parallax {
  background-image: url('../imagesnew/big1.jpg');
  width: 100%;
  height: 450px; 
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; 
}
#parallax2 {
  background-image: url('../imagesnew/interier/salon2.jpeg');
  width: 100%;
  height: 300px; 
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; 
}
header {
  background-color: #fff;
  position: fixed;
  top:0;
  min-height: 70px;
  max-height: 70px;
  width: 100%;
  z-index:50;
  color: #000;
  box-shadow: 1px 1px 5px 0px rgb(42 42 42 / 7%);
}
section {
  width: 100%;
}
section.gray {
  background-color: #f2f2f2;
}
.section-cont {
  margin: 0 auto;
  max-width: 1140px;
  padding: 20px;
}
.logo {
  display: inline-block;
  margin-left: 10px; 
}
.nav{
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  overflow: hidden;
  top: 70px;
}
.menu a {
  display: block;
  padding: 10px 20px;
  color: #000;
  line-height: 50px;
}
.social-link {
  padding: 8px 30px !important; 
}
.menu a:hover {
  background-color: gray;
}
.nav {
  max-height: 0;
  transition: max-height .5s ease-out;
}
.nav-social {
  position: absolute;
  top: 0;
  right: 50px;
  display: table;
}
.nav-social a {
  font-size: 20px;
  line-height: 70px;
  margin-right: 15px;
}
.hamb {
  cursor: pointer;
  float: right;
  padding: 34px 20px;
}
.hamb-line {
  background: black;
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
}
.hamb-line::before,
.hamb-line::after {
  background: black;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.hamb-line::before {
  top: 5px;
}
.hamb-line::after {
  top: -5px;
}
.side-menu:checked ~ nav {
  max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
  background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
  transform: rotate(-45deg);
  top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
  transform: rotate(45deg);
  top:0;
}
.side-menu {
  display: none;
}
#content {
  display: block;
  position: relative;
  margin: 70px 0 0;
}
.sep {
  margin: 0 auto 30px;
  position: relative;
  min-width: 0;
  width: 100px;
  color: #b69e59;
  display: block;
  clear: both;
  height: 1px;
  border-top: 1px solid;
}
.flex-container {
  display: flex;
  flex-flow: row wrap;
}
.team-cont {
  justify-content: flex-start;
}
.split {
  width: 100%;
}
.personbox {
  width: 100%;
  border: 10px solid transparent;
}
.team-member {
  background-color: #ffffff;
  padding: 30px 0;
}
.team-thumbnail {
  height: 257px; 
  object-position: 50% 13.69%;
  width: 257px;
  background-position: 93.58% 50%;
  margin: 0 auto;
  border-radius: 50% !important;
  object-fit: cover;
  display: block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
}
.daniela-thumbnail {
  background-image: url("../imagesnew/daniela_test.jpg"); 
}
.michaela-thumbnail {
  background-image: url("../imagesnew/michaela_test1.jpg"); 
}
.eva-thumbnail {
  background-image: url("../imagesnew/eva_test1.png"); 
}
.team-member h3 {
  margin-top: 15px;
}
.team-member h5 {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
footer {
  display: block;
  position: relative;
  min-height: 30px;  
}
footer p {
  margin: 20px 20px 0;
  text-align: center; 
  padding-bottom: 0;   
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.contact-cont-box {
  width: 100%; 
}
.contact-box {
  display: block;
  margin-bottom: 3px;
}
.contact-box i {
  width: 16px;
  text-align: center;
}
.contact-box span {
  margin-left: 5px
}
.product div {
  width: 100%;
  padding: 15px;
}
.reverse {
  flex-direction: row;
}
.pricelist {
  margin: 0 auto;
  width: 100%;
}
.pricelist p {
  padding-bottom: 3px;
}
.handwrite {
  font-family: 'Psaci', 'Psaci', sans-serif;
  font-size: 40px;
}
.person-page > div {
  width: 100%;
}
.person-page .info {
  padding: 10px 20px;  
}
.oribe {
  background: url('../imagesnew/oribe_bg.jpg') top center no-repeat;
  min-height: 450px;
  background-size: cover;
}
.k18 {
  background: url('../imagesnew/k18_bg.jpg') top center no-repeat;
  min-height: 450px;
  background-size: cover;
}
.tangle {
  background: url('../imagesnew/tangle_bg.jpg') top center no-repeat;
  min-height: 450px;
  background-size: cover;
}
.invisiobble {
  background: url('../imagesnew/invisi_bg.jpg') top center no-repeat;
  min-height: 450px;
  background-size: contain;
}
.alterna {
  background: url('../imagesnew/alterna_bg.jpg') top center no-repeat;
  min-height: 450px;
  background-size: cover;
}
.daniela {
  background: url('../imagesnew/daniela.jpg') top center no-repeat;
}
.michaela {
  background: url('../imagesnew/michaela1.jpg') top center no-repeat;
}
.eva {
  background: url('../imagesnew/eva.jpg') top center no-repeat;
}
.gallery-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.gallery-nav div:not(:last-child):after {
  content: '|'
}    
.gallery-nav div a {
  padding: 10px;
}
.gallery-cont {
  max-width: 1200px;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 1.5s linear;
  display: none;  
}
.gallery-cont.active-gal {
  display: block;
  visibility: visible;
  opacity: 1;
}
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.gallery img {
  width: 300px;
  height: 350px;
  object-fit: cover; 
  object-position: top;
}
.active-nav {
  font-weight: bold;
}
.gallery-aboutus {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.gallery-aboutus img {
  width: 100%;
  height: auto;
  object-fit: cover; 
  object-position: top;
  margin-bottom: 10px;
}   
.loader {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0;
  margin: 0 auto
}
.loader:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.show {
  opacity: 1;
}
.aside {
  background-size: cover;
  position: relative;
  height: 600px;
}   
.info h4 {
  text-align: center;
  margin: 20px 0;
}
.certif {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 15px;
}

.certif img, .certif img.hor {
  width: 100%;
  border: 1px solid #ccc;
}
.strong {
  font-weight: bold;
}
.contact-social {
  display: flex;
  justify-content: center;
  margin: 15px;
}
.main-product {
  display: block;
  margin: 0 auto 15px;
}
#products {
  display: block;
  margin: 0 auto;
  max-width: 1080px;
}
#button {
  display: inline-block;
  background-color: #ccc;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 576px) {
  #parallax {
    height: 600px; 
  }
  #parallax2 {
    height: 450px; 
  }
  .personbox {
      width: 50%;
  } 
  .gallery-aboutus img {
      width: 49%;
  }
  .team-thumbnail {
      height: 187px;
      width: 187px; 
  }
}
@media (min-width: 768px) {
  #parallax2 {
    height: 550px; 
  }
  .team-thumbnail {
    height: 257px; 
    width: 257px;
  }
}
@media (min-width: 940px) {
  .nav-social {
      right: 0;
  }
  .aside {
    position: fixed;
    right: 0;
    top: 70px;
    height: calc(100vh - 70px);
  }
  .certif {
    justify-content: left;
  }
  .certif img {
    width: 350px;
  }
  .certif img.hor {
    width: 715px;
  }
  #button {
    margin: 30px;
  }
  #parallax, #parallax2 {
    height: calc(100vh - 70px);
    background-size: 100% 100%;
  }
  .nav {
    max-height: none;
    position: relative;
    float: right;
    width: fit-content;
    top: 0;
    right: 100px
  }
  .menu li {
    float: left;
  }
  .menu a:hover {
    background-color: transparent;
    color: gray;
  }
  .hamb {
    display: none;
  }
  .contact-cont-box {
    width: 50%; 
    padding-right: 20px;  
  }
  .product {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .person-page {
    min-height: calc(100% - 70px);
  }
  .person-page .info {
    padding: 10px  20px 10px 40px;
    width: 60%;
  }
  .product div {
    width: 50%;
  }
  .product .pic {
    align-items: stretch;
  }
  .person-page .aside {
    width: 40%;
  }
  .pricelist {
    width: 60%;
  }
  .reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 940px) {
  #parallax, #parallax2 {
    background-attachment: scroll;
  }
}
@media (min-width: 1040px) {
  .team-thumbnail {
      height: 187px;
      width: 187px; 
  }
  .personbox {
      width: 33%;
  }
}

  .visually-hidden {     position: absolute !important;     height: 1px;     width: 1px;     overflow: hidden;     clip: rect(1px, 1px, 1px, 1px); } 
 .gallery-insta {     display: flex;     flex-wrap: wrap;     margin: -5px -5px;     padding-bottom: 3rem; }
 
 .gallery-insta a {color:white;}
 .gallery-insta-item {     position: relative;     flex: 1 0 300px;     margin: 5px;     color: #fff;     cursor: pointer; aspect-ratio: 1 }
 
 .gallery-insta-item:hover .gallery-insta-item-info, .gallery-insta-item:focus .gallery-insta-item-info {     display: flex;     justify-content: center;     align-items: center;     position: absolute;     top: 0;     width: 100%;     height: 100%;     background-color: rgba(0, 0, 0, 0.3); }
 
 .gallery-insta-item-info {     display: none; }
 
 .gallery-insta-item-info span {     display: inline-block;    font-weight: bold; padding: 15px; overflow: hidden;
  text-overflow: ellipsis;}
  
 .gallery-insta-item-type {     position: absolute;     top: 1rem;     right: 1rem;     font-size: 2.5rem;     text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1); }
 
 .fa-clone {     transform: rotateY(180deg); }
 
 .gallery-insta-image {     width: 100%;     height: 100%;     object-fit: cover; } 

